home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pgmmedian.txt < prev    next >
Encoding:
Text File  |  1998-01-30  |  1.7 KB  |  73 lines

  1.  
  2.                  Documentation for the program "pgmmedian"
  3.                 ===========================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator performs median smoothing on PGM images.
  10.  
  11. ENGLISH: Please read the file "noise.english.txt" for further information
  12.          about the archives contents, the installation, the copyright
  13.          notice and the author.
  14.  
  15. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  16.          Informationen bezüglich des Archivinhalts, der Installation, der
  17.          Copyright-Notiz und des Autors.
  18.  
  19.  
  20.                            START OF THE PROGRAM
  21.                           ----------------------
  22.  
  23. Syntax: pgmmedian [+v|-v] [-3|-5|-7|-9] [-q|-p|-h|-e] file1 file2
  24.  
  25. Options:
  26.  
  27. +v      : use verbose-mode (default)
  28. -v      : no verbose-mode
  29.  
  30. -3      : filter size: 3x3 (default)
  31. -5      : filter size: 5x5
  32. -7      : filter size: 7x7
  33. -9      : filter size: 9x9
  34.  
  35. -q      : mask: quadratic
  36. -p      : mask: plus shaped (default)
  37. -h      : mask: horizontal only
  38. -e      : mask: vertical only
  39.  
  40. file1   : PGM-file, source
  41. file2   : PGM-file, destination
  42.  
  43.  
  44.                                  EXAMPLES
  45.                                 ----------
  46.  
  47. pgmmedian -5 -p Temp:Noisy.PGM Temp:Median.PGM
  48.  
  49.  
  50.                                    PLANS
  51.                                   -------
  52.  
  53. None. (Maybe someone detects an error ?)
  54.  
  55.  
  56.                                   HISTORY
  57.                                  ---------
  58.  
  59. Version 1.03, 30.Jan.98
  60. - new includes
  61. - source code optimized
  62.  
  63. Version 1.02, 20.Dec.97
  64. - small corrections
  65.  
  66. Version 1.01, 10.Dec.97
  67. - first release
  68. - added -h and -e options
  69.  
  70. Version 1.00, ??.Dec.97
  71. - first version
  72.  
  73.